﻿@charset "utf-8";
/* 链接 */
a {
 color: #333;
 text-decoration: none;
}
a:hover {
 color: #0061b2;
 text-decoration: none;
}
a:active {
 outline: none;
}
a:link{
	text-decoration:none; 
}  /* 指正常的未被访问过的链接*/

a:visited{
	text-decoration:none; 
}/*指已经访问过的链接*/

a:hover{
	text-decoration:none;
}/*指鼠标在链接*/}

a:active{
	text-decoration:none;
}/* 指正在点的链接*/ 
/* 头部、底部、公用 */
body {
 overflow-x: hidden;
 font-size: 16px;
 background: #fff url(../images/bg.jpg) 50% 0px no-repeat;
}
.ht {
 color: #fff;
 height: 40px;
 line-height: 40px;
 background-color: #347bc6;
}
.ht a {
 color: #fff;
 margin: 0 10px;
}
.header h1 {
 width: 600px;
 height: 260px;
 background: url(../images/logo.png) 0 50% no-repeat;
}
.header h1 a {
 display: block;
 height: 260px;
}
.nav {
 height: 68px;
 padding: 14px 0px;
 border-radius: 5px;
 background-color: #0061b2;
}
.nav li {
 width: auto;
 line-height: 40px;
 padding: 0px;
 margin: 0px 30px;
}
.nav li a {
 display: block;
 color: #fff;
 line-height: 40px;
 padding: 0px 19px;
 font-size: 24px;
 text-align: center;
}
.nav li a i {
 display: block;
 float: left;
 margin-right: 5px;
 width: 40px;
 height: 40px;
 background-image: url(../images/icons.png);
 background-image: url(../images/icons_ie8.png)\9;
 background-size: 240px auto;
 background-repeat: no-repeat;
}
.nav li a i.s1 {
 background-position: 0px 0px;
}
.nav li a i.s2 {
 background-position: -40px 0px;
}
.nav li a i.s3 {
 background-position: -80px 0px;
}
.nav li a i.s4 {
 background-position: -120px 0px;
}
.nav li a i.s5 {
 background-position: -160px 0px;
}
.nav li a i.s6 {
 background-position: -200px 0px;
}
.nav li a:hover i.s1 {
 background-position: 0px -40px;
}
.nav li a:hover i.s2 {
 background-position: -40px -40px;
}
.nav li a:hover i.s3 {
 background-position: -80px -40px;
}
.nav li a:hover i.s4 {
 background-position: -120px -40px;
}
.nav li a:hover i.s5 {
 background-position: -160px -40px;
}
.nav li a:hover i.s6 {
 background-position: -200px -40px;
}
.nav li a:hover, .nav li.current, .nav li.current a {
 color: #0061b2;
 border-radius: 6px;
 background-color: #fff;
}
.inner, .grid, .links, .copyright {
 position: relative;
 width: 1400px;
 margin-left: auto;
 margin-right: auto;
}
/* 移动端菜单开始 */
.mask {
 display: none;
 position: fixed;
 z-index: 597;
 top: 0;
 right: 0;
 left: 0;
 bottom: 0;
 background: rgba(0, 0, 0, 0.75);
 opacity: 0;
 transition: opacity .2s;
}
.mask.on {
 display: block;
 opacity: 1;
}
body.modal-open {
 position: fixed;
 width: 100%;
}
.menu {
 display: none\9;
 position: fixed;
 z-index: 598;
 top: 0;
 right: 0;
 bottom: 0;
 width: 65%;
 background-color: #f5f5f5;
 -webkit-transform: translate3d(100%, 0, 0);
 transform: translate3d(100%, 0, 0);
 -webkit-transition: transform .3s;
 transition: transform .3s;
}
.menu.on {
 -webkit-transform: translate3d(0, 0, 0);
 transform: translate3d(0, 0, 0);
}
.menu img {
 display: block;
 width: 70%;
 margin: 60px 20px;
}
.menu li a {
 position: relative;
 display: block;
 margin: 0 15px;
 padding: 0 15px;
 line-height: 50px;
 font-size: 16px;
 color: #048;
}
.menu li a:after {
 content: " ";
 display: inline-block;
 height: 6px;
 width: 6px;
 border-width: 2px 2px 0 0;
 border-color: #ccc;
 border-style: solid;
 -webkit-transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
 transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
 position: absolute;
 top: 50%;
 margin-top: -4px;
 right: 10px;
}
.menu li + li a {
 box-shadow: inset 0 1px 0 rgba(0, 0, 0, .2);
}
.menu > ul > li:nth-child(1) {
 animation-delay: .1s;
}
.menu > ul > li:nth-child(2) {
 animation-delay: .2s;
}
.menu > ul > li:nth-child(3) {
 animation-delay: .3s;
}
.menu > ul > li:nth-child(4) {
 animation-delay: .4s;
}
.menu > ul > li:nth-child(5) {
 animation-delay: .5s;
}
.menu > ul > li:nth-child(6) {
 animation-delay: .6s;
}
.menu-btn {
 display: none;
 position: absolute;
 top: 20px;
 right: 0;
 z-index: 599;
 width: 50px;
 height: 50px;
}
.menu-btn.on, .menu-btn.fixed {
 position: fixed;
 top: 50px;
}
.menu-btn > span {
 position: absolute;
 left: 0;
 right: 0;
 width: 22px;
 height: 2px;
 margin: 0 auto;
 background: #048;
 border-radius: 2px;
 transition: .25s;
}
.menu-btn > span:nth-child(1) {
 top: 18px;
}
.menu-btn > span:nth-child(2) {
 top: 24px;
}
.menu-btn > span:nth-child(3) {
 top: 30px;
}
.menu-btn.on span, .hd + .menu-btn > span {
 background: #048;
}
.menu-btn.on span:nth-child(1) {
 top: 21px;
 transform: rotate(45deg);
}
.menu-btn.on span:nth-child(2) {
 opacity: 0;
 transform: rotate(90deg);
}
.menu-btn.on span:nth-child(3) {
 top: 21px;
 transform: rotate(135deg);
}
/* 移动端菜单结束 */
/* 搜索 */
.search {
 display: block;
 position: absolute;
 top: 40%;
 right: 0;
 z-index: 9;
 margin-top: -20px;
 line-height: 0;
 text-align: center;
 font-size: 0;
}
.search input, .search button, .search .go {
 display: inline-block;
}
.search input {
 width: 260px;
 height: 40px;
 line-height: 20px;
 font-size: 18px;
 padding: 10px 50px 10px 20px;
 border: none;
 background: #fff;
 outline: none;
 border-radius: 6px;
 border: 1px solid #0061b2;
}
.search button {
 position: relative;
 width: 32px;
 height: 32px;
 border: none;
 margin-left: -36px;
 cursor: pointer;
 text-align: center;
 line-height: 32px;
 color: #3381c1;
 vertical-align: middle;
 background-color: transparent;
}
.search button i {
 font-size: 24px;
}
.search .go {
 height: 40px;
 padding: 10px;
 line-height: 20px;
 font-size: 18px;
 margin-left: 10px;
 vertical-align: middle;
 color: #0061b2;
 border-radius: 6px;
 background-color: #eaf5ff;
 border: 1px solid #0061b2;
}
/* 底部 */
.footer {
 padding: 20px 0;
 background-color: #3a3a3a;
}
.links > ul > li {
 position: relative;
 margin-bottom: 20px;
 line-height: 40px;
 font-size: 16px;
	width: 20%;
 text-align: left;
}
.links > ul > li > a {
 display: block;
 margin: 0 -5px;
 padding: 0 20px;
	color: #fff;
 background: url(../images/links_arr.png) 96% 50% no-repeat;
}
.links li ul {
 display: none\9;
 z-index: -1;
 position: absolute;
 left: 10px;
 right: 10px;
 bottom: 40px;
 max-height: 200px;
 overflow-x: hidden;
 overflow-y: auto;
 border: 1px solid #ddd;
 background-color: #fff;
 opacity: 0;
 transform: translate(0, 3px);
 transition: opacity, transform .3s;
}
.links li:hover ul {
 display: block\9;
 z-index: 9;
 opacity: 1;
 transform: translate(0, 0);
}
.links li li {
 border-top: 1px solid #ddd;
 line-height: 39px;
 text-align: center;
 transition: all .3s;
}
.links li li:hover {
 background-color: #f8f8f8;
}
.links li li a {
 display: block;
 overflow: hidden;
 white-space: nowrap;
 word-break: keep-all;
 text-overflow: ellipsis;
 font-size: 14px;
}
.copyright {
	color: #fff;
 line-height: 32px;
}
.copyright p a, .copyright p span {
 margin: 0 10px;
	color: #fff;
}
.gov {
 position: absolute;
 top: 50%;
 right: 40%;
 width: 80px;
 height: 80px;
 margin-top: -40px;
}
.slh {
 position: absolute;
 top: 50%;
 right: 28%;
 width: 161px;
 height: 81px;
 margin-top: -40px;
}
.grid {
 background-color: #fff;
}

/* 新增 */
.links > ul > li{
  width: 25%;
} 
#map2{
  position: absolute;
  top: 50%;
  right: 42%;
  width: 80px;
  height: 80px;
  margin-top: -40px; 
}
.wx{
  position: absolute;
  top: 50%;
  right: 15%;
  width: 82px;
  height: 83px;
  margin-top: -40px;
  display: grid;
  text-align: center; 
}
.wap{
  position: absolute;
  top: 50%;
  right: 6%;
  width: 83px;
  height: 83px;
  margin-top: -40px;
  display: grid;
  text-align: center;
}

@media (max-width: 1200px) {
 .header h1 {
  height: 100px;
  background-position: 16px 50%;
  background-size: auto 50%;
 }
 .header h1 a {
  display: block;
  height: 100px;
 }
 .ht .fl, .nav, .header .search p strong {
  display: none;
 }
 .ht .fr {
  text-align: center;
  font-size: 12px;
 }
 .ht .fr, .header h1, .inner, .p1, .p2, .p3, .links, .copyright {
  width: 100%;
 }
 .menu-btn {
  display: block;
 }
 .search {
  position: relative;
  top: 0;
  right: 0;
  margin: 0;
  padding: 10px;
 }
 .search input {
  width: 60%;
 }
 .footer {
  padding: 20px;
 }
 .links {
  padding: 0 20px;
 }
 .links>ul>li{
	 text-align: center;
	 width: 100%;
	}
 .copyright {
  line-height: 22px;
  font-size: 14px;
	 text-align: center;
 }
 .p1, .p2, .p3 {
  padding: 0px 20px;
 }
}
@media (max-width: 768px) {
	
 .copyright p span {
  display: block;
 }
 .footer .gov, .footer .slh {
  position: relative;
  display: inline-block;
  top: 0;
	 left: 0px;
  margin-top: 20px;
  vertical-align: middle;
 }
}
/* 公用 */
.content .row {
 margin-right: -10px;
 margin-left: -10px;
}
.content .row > .col, .content .row > [class*="col-"] {
 padding-right: 10px;
 padding-left: 10px;
}
.tab-pane {
 position: relative;
 overflow: hidden;
}
.tab-pane .pane > ul, .tab-pane .pane > div {
 animation-duration: .3s;
}
.tab-pane {
 position: relative;
 overflow: hidden;
}
.tab-pane .pane > ul, .tab-pane .pane > div {
 animation-duration: .3s;
}
.tab a {
 position: relative;
 display: inline-block;
 padding: 0 20px;
 font-weight: bold;
 font-size: 24px;
 text-align: center;
}
.tab .current {
 color: #0061b2;
}
.tab {
 height: 50px;
 line-height: 50px;
 border-bottom: 1px solid #d0d0d0;
}
.tab a:after {
 content: '';
 position: absolute;
 bottom: 0;
 left: 0;
 right: 0;
 height: 4px;
 transform: scale(0, 1);
 transition: transform .3s;
}
.tab a.current:after {
 background-color: #0061b2;
 transform: scale(1, 1);
}
@media (max-width: 1200px) {
 .tab {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin-left: -2px;
  margin-right: -2px;
 }
 .tab a {
  width: 0%;
  min-width: inherit;
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0 2px;
  padding: 0;
  font-size: 16px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  flex: 1;
  overflow: hidden;
  white-space: nowrap;
  word-break: keep-all;
  text-overflow: ellipsis;
 }
}
.list-a li i {
 display: block;
 width: 40px;
 height: 40px;
 background-image: url(../images/icons.png);
 background-image: url(../images/icons_ie8.png)\9;
 background-size: 240px auto;
 background-repeat: no-repeat;
}
.row h2 {
 padding-bottom: 10px;
 line-height: 40px;
 font-size: 24px;
 font-weight: bold;
 margin: 0px 20px 20px 20px;
 border-bottom: 1px solid #0061b2;
}
.row h2 i {
 display: block;
 width: 40px;
 height: 40px;
 float: left;
 background-image: url(../images/icons.png);
 background-image: url(../images/icons_ie8.png)\9;
 background-size: 240px auto;
 background-repeat: no-repeat;
}
.row h2 i.s1 {
 background-position: 0px -80px;
}
.row h2 i.s2 {
 background-position: -80px -80px;
}
.row h2 i.s3 {
 background-position: -40px -80px;
}
.row {
 margin-right: -10px;
 margin-left: -10px;
}
.table-bordered {
 margin-bottom: 0px;
}
.table-bordered > tbody > tr > th {
 background-color: #f9f9f9;
 text-align: center;
 color: #048;
}
/* 首页 开始*/
/* part1开始 */
.focus, .focus .pic {
 position: relative;
 width: 690px;
 height: 390px;
}
.focus .pic > div {
 position: relative;
 overflow: hidden;
 width: 100%;
}
.focus .pic img {
 width: 100%;
 height: 100%;
}
.focus .pic span {
 position: absolute;
 bottom: 0;
 left: 0;
 right: 0;
 display: block;
 padding: 10px 80px 10px 10px;
 line-height: 26px;
 font-size: 16px;
 white-space: nowrap;
 overflow: hidden;
 text-overflow: ellipsis;
 background-color: #333;
 background-color: rgba(0, 0, 0, .5);
 color: #fff;
}
.focus .focus-prev, .focus .focus-next {
 position: absolute;
 top: 50%;
 z-index: 3;
 display: block;
 width: 60px;
 height: 60px;
 margin-top: -30px;
 line-height: 60px;
 text-align: center;
 font-size: 28px;
 cursor: pointer;
 background-color: rgba(0, 0, 0, .5);
 background-size: 24px auto;
 color: #fff;
 opacity: 0;
 transition: all .3s;
}
.focus .focus-prev .iconfont, .focus .focus-next .iconfont {
 font-size: 28px;
 font-weight: normal;
}
.focus .focus-prev {
 transform: translate(-50px, 0);
 left: 0;
 background-image: none;
}
.focus .focus-next {
 transform: translate(50px, 0);
 right: 0;
 background-image: none;
}
.focus:hover .focus-prev, .focus:hover .focus-next {
 opacity: 1;
 transform: translate(0, 0);
}
.focus .navi {
 position: absolute;
 bottom: 14px;
 left: auto;
 right: 0;
 z-index: 9;
 width: auto;
 margin-bottom: 4px\9;
 padding: 0 10px;
 text-align: right;
}
.focus .navi li {
 float: left;
 width: 8px;
 height: 8px;
 margin: 0 2px;
 font: 0/0 lx;
 border: 1px solid #fff;
 color: transparent;
 border-radius: 100px;
 transition: all .3s;
}
.focus .navi li.on {
 background-color: #fff;
}
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
 margin: 0 2px;
}
.focus .swiper-pagination-bullet {
 border: 1px solid #fff;
 background: none;
 opacity: 1;
}
.focus .swiper-pagination-bullet-active {
 background-color: #fff;
}
@media (max-width: 1200px) {
 .focus, .focus .pic {
  position: relative;
  width: 100%;
  height: auto;
 }
 .focus .pic > div {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding: 60% 0 0;
 }
 .focus .pic img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
 }
 .focus {
  margin-bottom: 20px;
 }
}
/* part1结束 */
/* part3开始 */
.topic {
 position: relative;
}
.topic h2 {
 width: 100%;
 height: 30px;
 background: url(../images/ztzl.png) 0 no-repeat;
}
.topic .scroll {
 position: relative;
 margin: 20px auto 0px;
 height: 130px;
}
.topic li {
 width: 320px\9;
}
.topic li a {
 display: block;
 width: 300px\9;
 margin: 0 10px;
}
.topic li img {
 width: 100%;
}
.topic-prev, .topic-next {
 position: absolute;
 top: 65%;
 width: 20px;
 height: 50px;
 margin-top: -25px;
 background-size: 16px auto;
 background-repeat: no-repeat;
 background-position: center;
 background-color: rgb(0, 0, 0, 0.5);
 cursor: pointer;
 z-index: 999;
}
.topic-prev span, .topic-next span {
 display: block;
 width: 20px;
 line-height: 50px;
 font-size: 18px;
 text-align: center;
 color: #fff;
 font-weight: bold;
}
.topic-prev {
 left: 10px;
 background-image: none;
}
.topic-next {
 right: 10px;
 background-image: none;
}
@media (max-width: 1200px) {
 .topic .scroll {
  margin: 0 -10px;
 }
 .topic h2, .topic-prev, .topic-next {
  display: none;
 }
}
/* part3结束 */
/* part4开始 */
.row .box {
 display: inline-block;
 width: 100%;
 padding: 20px 0px;
 background-color: #fff;
}
.dwzz {
 background: url(../images/dwzz_bg.jpg) 0px bottom no-repeat;
}
.dwzz h3 {
 height: 50px;
 margin-bottom: 10px;
 background: url(../images/dwzz.jpg) center no-repeat;
}
.dwzz p {
 text-indent: 2em;
 line-height: 28px;
 padding: 0px 10px;
}
.dwzz p a {
 color: #cd0301;
}
@media (max-width: 1200px) {
 .dwzz {
  margin-bottom: 20px;
 }
}
.a1 {
 margin: 0px 35px;
 padding-bottom: 10px;
}
.a1 li a {
 line-height: 40px;
 color: #0061b2;
 border: 1px solid #a8d2fa;
 border-radius: 6px;
 margin: 10px 0px;
}
.a1 li a:hover {
 border: 1px solid #145baf;
}
.a1 li a i {
 display: inline-block;
 margin-top: -5px;
}
.a1 li a i.s1 {
 background-position: 0px -120px;
}
.a1 li a i.s2 {
 background-position: -40px -120px;
}
.a1 li a i.s3 {
 background-position: -80px -120px;
}
.a1 li a i.s4 {
 background-position: -120px -120px;
}
.news .tab {
 border-bottom: none;
}
.news .tab a {
 display: inline-block;
 min-width: 100px;
 height: 40px;
 padding: 0 15px;
 line-height: 40px;
 font-size: 20px;
 text-align: center;
 color: #0061b2;
 background-color: transparent;
 border-radius: 6px;
 transition: all .3s;
}
.news .tab a.current {
 background-color: #0061b2;
 color: #fff;
}
.news .tab a:after {
 display: none;
}
.news .tab a + a {
 margin-left: 10px;
}
.news .list-t li {
 position: relative;
 padding-left: 20px;
 line-height: 30px;
 font-size: 16px;
}
.news .list-t li:before {
 content: "";
 position: absolute;
 top: 15px;
 left: 0;
 width: 10px;
 height: 12px;
 margin-top: -6px;
 background-color: transparent;
 border-radius: 0px;
 background: url(../images/dot.png) 0px no-repeat;
}
.news .list-t li:hover:before {
 background-color: transparent;
 background: url(../images/dot02.png) 0px no-repeat;
}
.news .list-t li a {
 display: block;
 width: 100%;
 white-space: normal;
}
.news .list-t li span {
 margin-left: 20px;
 color: #9b9b9b;
}
.a2 li {
 width: 25%;
}
.a2 li a {
 padding: 10px;
 font-weight: bold;
 margin: 0px 5px;
 color: #0061b2;
 font-weight: bold;
 border-radius: 3px;
 background-color: #eff8ff;
}
.a2 li a:hover {
 background-color: #cfe9ff;
}
.a2 li a i {
 margin: 0px auto;
}
.a2 li a i.s1 {
 background-position: 0px -160px;
}
.a2 li a i.s2 {
 background-position: -40px -160px;
}
.a2 li a i.s3 {
 background-position: -80px -160px;
}
.a2 li a i.s4 {
 background-position: -120px -160px;
}
@media (max-width: 1200px) {
 .a2 li {
  width: 50%;
 }
 .a2 li a {
  margin: 5px;
 }
}
.zxft .pic {
 display: block;
 position: relative;
 overflow: hidden;
 width: 260px;
 height: 180px;
 float: left;
 margin-right: 20px;
}
.zxft .pic img {
 width: 100%;
 height: 100%;
}
.zxft h4 {
 display: inline-block;
 font-size: 18px;
 color: #0061b2;
 padding: 0px 28px;
 height: 32px;
 line-height: 32px;
 margin-left: -20px;
 background: url(../images/ft_bg.jpg) 0px no-repeat;
}
.zxft p {
 display: block;
 line-height: 28px;
}
.zxft p i {
 display: block;
 width: 20px;
 height: 20px;
 float: left;
 margin: 4px 5px 0px 0px;
 background-image: url(../images/zxft_icon.png);
 background-repeat: no-repeat;
}
.zxft p i.s1 {
 background-position: 0px 0px;
}
.zxft p i.s2 {
 background-position: -20px 0px;
}
.zxft p i.s3 {
 background-position: -40px 0px;
}
.zxft p span {
 color: #666666;
}
@media (max-width: 1200px) {
 .zxft .pic {
  width: 100%;
  height: 100%;
  margin-bottom: 10px;
 }
 .zxft h4 {
  margin-left: 0px;
 }
}
.a3 {
 margin-left: -10px;
 margin-right: -10px;
}
.a3 li, .a4 li {
 width: 33.33%
}
.a3 li a {
 margin: 10px 10px 0px 10px;
 font-size: 18px;
 font-weight: bold;
 padding: 5px;
 border-radius: 6px;
 border: 1px solid #d1d1d1;
}
.a3 li a:hover, .a4 li a:hover {
 box-shadow: 0 3px 12px rgba(0, 85, 136, .2);
 transform: translate(0, -3px);
}
.a3 li a i, .a4 li a i {
 margin: 0px auto;
}
.a3 li.s1 a {
 border-left: 5px solid #34acb4;
}
.a3 li.s2 a {
 border-left: 5px solid #f9ad35;
}
.a3 li.s3 a {
 border-left: 5px solid #fd6461;
}
.a3 li.s1 i {
 background-position: -160px -120px;
}
.a3 li.s2 i {
 background-position: -160px -160px;
}
.a3 li.s3 i {
 background-position: -160px -200px;
}
.a4 {
 margin-left: -10px;
 margin-right: -10px;
 margin-bottom: 20px;
}
.a4 li a {
 margin: 10px 10px 0px 10px;
 font-size: 18px;
 font-weight: bold;
 padding: 5px;
 border-radius: 6px;
 background-color: #f7fcff;
 border: 1px solid #669df8;
}
.a4 li i.s1 {
 background-position: -200px -120px;
}
.a4 li i.s2 {
 background-position: -200px -160px;
}
.a4 li i.s3 {
 background-position: -200px -200px;
}
.zxdh {
 font-size: 18px;
 text-align: center;
 line-height: 50px;
 padding-left: 50px;
 text-shadow: #fff 2px 0 0, #fff 0 2px 0, #fff -2px 0 0, #fff 0 -2px 0;
 -webkit-text-shadow: #000 2px 0 0, #fff 0 2px 0, #fff -2px 0 0, #fff 0 -2px 0;
 -moz-text-shadow: #000 2px 0 0, #fff 0 2px 0, #fff -2px 0 0, #fff 0 -2px 0;
 *filter: Glow(color=#fff, strength=1);
 background: url(../images/zxdh.jpg) center no-repeat;
}
.lxgs h3 {
 color: #0061b2;
 font-size: 18px;
 line-height: 40px;
 padding-left: 50px;
 background: url(../images/mail_bg.png) 0px no-repeat;
}
.lxgs .list-t li {
 position: relative;
 padding-left: 25px;
 line-height: 32px;
 font-size: 16px;
}
.lxgs .list-t li:before {
 content: "";
 position: absolute;
 top: 50%;
 left: 0;
 width: 18px;
 height: 11px;
 margin-top: -5px;
 background-color: transparent;
 border-radius: 0px;
 background: url(../images/mail.png) 0px no-repeat;
}

.zwfw{
	padding: 10px;
	height: auto;
 	background: url(../images/zwfw_bg.jpg) center 0px no-repeat;
}
.zwfw .img{
	width: 243px;
	height: 57px;
	display: block;
	margin: 30px auto 10px;
}

.a5{
	margin: 0px 20px;
}
.a5 li{
	width: 50%;

}
.a5 li a{
	color: #0061b2;
	margin: 5px;
	line-height: 26px;
	border-radius: 3px;
	background-color: rgba(255, 255, 255, .7);
	background-image:  url(../images/d.png);
	background-position:40px center;
	background-repeat: no-repeat;
}

.t4{
	margin: 0px 10px 15px 10px;
	padding-left: 10px;
}

.t4 b{
	padding-left: 20px;
	line-height: 22px;
	font-size: 20px;
	border-left: 6px solid #0061b2;
}

.a6 li{
	width: 33.33%;
}

.a6,
.a7{
	margin: 0px 10px 15px 10px;
}
 
.a6 li a{
	display: inline-block;
	border-radius: 6px;
	margin:0px 10px;
	padding: 10px 10px 0px 10px;
	font-size: 20px;
	text-align: left;
	line-height: 30px;
}

.a6 li.s1 a{
	color: #0e9ca5;
	background-color: #dcfafc;
}
.a6 li.s2 a{
	color: #007bc2;
	background-color: #def3ff;
}

.a6 li.s3 a{
	color: #ff7e00;
	background-color: #f9efe4;
}

.a6 li a i{
	float: right;
}

.a6 li.s1 a i{
 	background-position: -120px -80px;
}
.a6 li.s2 a i{
 	background-position: -160px -80px;
}
.a6 li.s3 a i{
 	background-position: -200px -80px;
}

.a7 li{
	width: 50%;
}

.a7 li a{
	margin: 0px 10px;
	font-size: 18px;
	text-align: center;
	border: 1px solid #bce2ff;
	border-radius: 6px;
	padding: 10px;
	line-height: 40px;
}

.a8{
	margin: 0px 10px;
	padding:60px 5px 10px 5px;
 	background: url(../images/fwpt_bg.jpg) center 0px no-repeat;
}

.a8 li a{
	border-radius: 6px;
	margin:5px 5px;
	padding: 0px 15px;
	line-height: 40px;
	background-color: rgba(255, 255, 255, .7);
}

/* part4结束 */


